put "Information about the menu bar options will appear here when" && "you click the options." into cd fld "textDisplay"
end closeCard
on hiliteTarget
deHiliteBtns
set the hilite of the target to true
end hiliteTarget
on deHiliteBtns
repeat with n = 4 to 11
set the hilite of btn id n to false
end repeat
end deHiliteBtns
-- part 2 (field)
-- low flags: 01
-- high flags: 2002
-- rect: left=82 top=197 right=280 bottom=390
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 174
-- text size: 12
-- style flags: 0
-- line height: 12
-- part name: textDisplay
-- part 4 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=71 top=167 right=185 bottom=98
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
hiliteTarget
displayText 1
end mouseUp
-- part 5 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=97 top=167 right=185 bottom=131
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
hiliteTarget
displayText 2
end mouseUp
-- part 6 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=134 top=167 right=185 bottom=169
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
hiliteTarget
displayText 3
end mouseUp
-- part 7 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=172 top=167 right=185 bottom=198
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
hiliteTarget
displayText 4
end mouseUp
-- part 8 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=200 top=167 right=185 bottom=244
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
hiliteTarget
displayText 5
end mouseUp
-- part 9 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=247 top=167 right=185 bottom=307
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
hiliteTarget
displayText 6
end mouseUp
-- part 10 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=311 top=167 right=185 bottom=352
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
hiliteTarget
displayText 7
end mouseUp
-- part 11 (button)
-- low flags: 00
-- high flags: 0000
-- rect: left=353 top=167 right=185 bottom=394
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
hiliteTarget
displayText 8
end mouseUp
-- part 12 (field)
-- low flags: 81
-- high flags: 0007
-- rect: left=70 top=12 right=118 bottom=407
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 9
-- style flags: 0
-- line height: 12
-- part name: text
-- part contents for background part 1
----- text -----
Here is HyperCard’s menu bar, which you will use when you make HyperCard stacks yourself. Click on the menu options to learn about them.
-- part contents for card part 2
----- text -----
Information about the menu bar options will appear here when you click the options.
-- part contents for card part 12
----- text -----
[1] The Apple menu option is the same in HyperCard as it is in any application: it keeps your desk accessories at hand.
[2] Under the File menu are options for making new stacks, opening other stacks (and opening them in new windows if you want), protecting your stack so that it can’t be changed by others, and printing.
[3] Under the Edit menu are the standard Edit menu option for Undo, Cut, Copy, and Paste. There are also options here making new cards, going to the Background layer, getting the Scroll Window, and making and editing icons.
[4] The Go menu contains options for navigating through stacks and around cards.
[5] Under the Tools option is HyperCard’s tear-off tool palette, with tools for making and changing buttons and fields, and also many of HyperCard’s graphics tools.
[6] Through the Objects menu you can make new buttons, fields, and backgrounds, as well as get to dialog boxes that allow you to set the attributes of buttons and fields.
[7] The Font menu is like the font menu in other programs: you choose the font for text you have selected from the list of fonts available on your system.
[8] The Style menu allows you to set the style of selected text to plain, bold, outline, shadowed, underlined, italic, grouped, condensed, or extended.